Cucumber Features

Expand All

Collapse All

Feature: Login

@runfeatures\login.feature:3

Scenario Outline: LoginMe

  1. Given user is on the homepage
    features/step_definitions/common_steps.rb:1
  2. When user gives <username> and <password>
    features/step_definitions/login_steps.rb:2
  3. Then verification message should be displayed
    features/step_definitions/login_steps.rb:38

Examples

Screenshot
 
Screenshot
 
Screenshot
 
username
password
user1
pwd1